# Template for Dockerfile with wildcard DTR_PREFIX and DTR_ORG for external build pipelines
# Will be used to generate temporary Dockerfile by build.sh script
FROM %%DTR_URL%%%%DTR_ORG%%/nginx

COPY ./dist /var/www/html/fit-heart

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]
